body {
	margin: 0;
	font: 0.14rem/1.5 Microsoft YaHei, Source Han Sans CN, sans-serif;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
}
img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #333;
	transition: all .4s ease-in-out 0s;
}
a:hover {
	color: #eb651a;
}
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
table {
	max-width: 100%;
	margin-top: 0.15rem;
	border-collapse: collapse;
}
table,th,td{
	border: 0.01rem solid #f0f0f0;
}
th {
	background: #eb651a;
	color: #fff;
	font-weight: 100;
}
th,td{
	text-align: center;
	padding: 0.1rem;
}
input {
	font-family: 'Montserrat-Regular';
	width: calc(100% - 0.32rem);
	padding: 0.15rem;
	margin-bottom: 0.15rem;
	height: 0.3rem;
	border: 0.01rem solid #dadada;
}
textarea {
	font-family: 'Montserrat-Regular';
	width: calc(100% - 0.32rem);
	padding: 0.15rem;
	margin-bottom: 0.15rem;
	border: 0.01rem solid #dadada;
}
input:focus,
textarea:focus {
	outline: 0.01rem solid #eb651a;
}
.formbtn {
	background: #eb651a;
	color: #fff;
	padding: 0.15rem 0.5rem;
	border: none;
	font-size: 0.18rem;
	text-transform: uppercase;
}
.formbtn:hover {
	background: #222222;
	color: #fff;
}
.imgitem{ 
    position: relative;
    height: 0;
    padding-bottom:66.66%; 
}
.imgitem img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* reset */
/* tool bar */
.tool-bar {
	position: fixed;
}
.tool-item-cap {
	background: rgba(0, 0, 0, .45);
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}
.tool-item-cap .fa {
	line-height: 1;
}
.tool-item-cap.active {
	background: #eb651a;
	color: #fff;
}
.tool-bar .back-top {
	cursor: pointer; 
}
.tool-qrcode {
	position: absolute;
	background: #fff;
	text-align: center;
}
.tool-tel {
	position: absolute;
	left: 0;
	background: #eb651a;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
.tool-tel a {
	display: block;
	color: #fff;
}
.tool-item-sub {
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s, visibility .2s
}
.tool-item:hover .tool-item-sub {
	visibility: visible;
	opacity: 1
}
/* end tool bar */
/* mobile menu */
.m-menu-open,
.m-menu-close {
	display: none;
	color: #eb651a;
}
.nav-menu-child{
	display: none;
}
/* mobile menu */
/* side */
.accordion {
	display: flex;
	flex-direction: column;
}
.accordion-item {
	background-color: #f6f6f6;
	font-size: 0.16rem;
	border: none;
	color: #000;
	cursor: pointer;
	padding: 15px;
	text-align: left;
	outline: none;
	transition: background-color 0.6s ease;
	border-bottom: 0.01rem solid #fff;
}
.accordion-item.active {
	background-color: #eb651a;
	color: #fff;
}
.accordion-item-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease;
}
/* side */
/* header */
.header{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo img{
	max-height: 0.45rem;
	display: inline-block; 
}
/* header */
/* layout */
.section{
	padding: 1rem 0;
}
/* slider */
/* ind-title */
.ind-title h2{
	font-size: 0.34rem;
	line-height: 0.36rem;
	font-weight: bold;
	color: #333;
}
.ind-title p{
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #333;
	margin-top: 0.23rem;
}
/* ind-title */
/* ind-pro */
.ind-pro{
	background: #f7f7f7;
}
.ind-pro-title{
	margin-bottom: 0.3rem;
}
.ind-pro-title h2{
	font-size: 0.36rem;
	font-weight: bold;
	color: #323232;
}
.ind-pro-title p{
	font-size: 0.17rem;
	color: #797979;
}
.ind-pro-ul li{
	margin-bottom: 0.3rem;
}
.ind-pro-ul .list-item{
	padding: 0.2rem;
	border-radius: 0.04rem;
	box-shadow: 0 0 0.3rem #d3dfe4;
}
.ind-pro-ul .list-item-text{
	padding: 0.15rem 0 0;
}
.ind-pro-ul .list-item-text h3{
	text-align: center;
	font-size: 0.16rem;
	font-weight: 700;
}
/* ind-pro */
/* ind-bar */
.ind-bar{
	background: #eb651a;
	color: #fff;
}
.ind-bar-text h3{
	font-size: 0.32rem;
	line-height: 0.45rem;
	font-weight: bold;
	color: #f0e246;
	margin: 0.1rem 0;
}
.ind-bar-icon i{
	font-size: 0.45rem;
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
}
.ind-bar-ul{
	text-align: center;
}
/* ind-bar */
/* ind-about */
.ind-about{
	background: #f7f7f7;
}
.ind-about-item{
	background: #fff;
	padding: 0.15rem;
}
.ind-about-text h1{
	font-size: 0.26rem;
	font-weight: bold;
	color: #eb651a;
	margin: 0.1rem 0;
}
.ind-about-text p{
	color: #797979;
	font-size: 0.15rem;
	line-height: 0.25rem;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	overflow:hidden;	
}
.ind-about-ul{
	margin-top: 0.3rem;
}
.ind-about-ul li{
	display: flex;
	margin-bottom: 0.15rem;
}
.ind-about-ul-icon{
	box-sizing: border-box;
	width: 12%;
	padding-top: 0.05rem;
}
.ind-about-ul-icon i{
	display: inline-block;
	font-size: 0.2rem;
	color: #eb651a;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	margin-right: 0.05rem;
	text-align: center;
}
.ind-about-ul-text{
	box-sizing: border-box;
	width: 88%;
	padding-left: 0.05rem;
}
.ind-about-ul-text h3{
	color: #222;
	font-size: 0.15rem;
	font-weight: bold;
}
.ind-about-ul-text p{
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;	
}
/* ind-about */
/* ind-case */
.ind-case{
	background: url(../img/ind-case-bg.webp) repeat;
}
.ind-title{
	margin-bottom: 0.5rem;
	text-align: center;
}
.ind-title h2{
	font-size: 0.36rem;
	font-weight: bold;
	color: #323232;
	margin-bottom: 0.15rem;
}
.ind-title p{
	font-size: 0.16rem;
	color: #797979;
}
.ind-case-ul .list-item{
	background: #fff;
	box-shadow: 0 0 0.3rem #d3dfe4;
}
.ind-case-ul .list-item-text{
	padding: 0.2rem;
}
.ind-case-ul .list-item-text h3{
	font-size: 0.17rem;
	margin-bottom: 0.15rem;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;	
}
.ind-case-ul .list-item-text p{
	line-height: 0.25rem;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
/* ind-case */
/* ind-feature */
.ind-feature{
	background: url(../img/ind-feature.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.ind-feature-text h2{
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.5rem;
	margin: 0.15rem 0;
}
.ind-feature-text p{
	font-size: 0.15rem;
	line-height: 0.24rem;
}
.ind-feature-text .more{
	background: #eb651a;
	color: #fff;
	display: inline-block;
	padding: 0.12rem 0.24rem;
	border-radius: 0.04rem;
	margin-top: 0.3rem;
}
.ind-feature-text .more:hover{
	background: #233859;
	color: #fff;
}
/* ind-feature */
/* ind-new */
.ind-new{
	background: url(../img/ind-new-bg.webp) repeat;
}
.ind-new-ul{
	background: #fff;
	border-radius: 0.15rem;
}
.ind-new-ul li{
	background: #f7f7f7;
	padding: 0.15rem;
	border-radius: 0.15rem;
	margin-bottom: 0.3rem;
}
.ind-new-text{
	padding: 0.15rem 0;
}
.ind-new-text h3{
	color: #333;
	margin: 0.1rem 0;
	font-size: 0.18rem;
	line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ind-new-text .more{
	display: inline-block;
	color: #999;
	font-size: 0.14rem;
	line-height: 0.16rem;
	margin-top: 0.3rem;
}
.ind-new-text .more i{
	margin-right: 0.1rem;
}

.ind-new-ul .list-item h3{
	font-size: 0.16rem;
}
.ind-new-ul .list-item p{
	font-size: 0.15rem;
	color: #797979;
	margin: 0.1rem 0;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
/* ind-new */
/* footer */
.footer{
	background: rgba(0, 0, 0, .8);
}
.foot-title{
	font-size: 0.3rem;
	font-weight: bold;
	color: #fff;
}
.foot-info p{
	font-size: 0.16rem;
	margin: 0.15rem 0;
	color: #999;
}
.foot-phone{
	color: #eb651a;
	font-size: 0.4rem;
	font-weight: bold;
}
.foot-info-ul{
	margin: 0.15rem 0;
}
.foot-info-ul li{
	color: #999;
	font-size: 0.15rem;
	margin: 0.1rem 0;
}
.foot-info-ul li a{
	color: #999;
	font-size: 0.15rem;
}
.foot-info-ul li a:hover{
	color: #eb651a;
}
.foot-prolist-ul li{
	margin: 0.1rem 0;
}
.foot-list-title{
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.15rem;
}
.foot a{
	color: #999;
}
.foot a:hover{
	color: #eb651a;
}
.foot-caselist-ul li:nth-child(n+2){
	margin-top: 0.15rem;
}
.foot-caselist-ul .list-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-caselist-ul .list-item-img{
	box-sizing: border-box;
	width: 30%;
	flex-shrink: 0;
}
.foot-caselist-ul .list-item-text{
	box-sizing: border-box;
	width: 70%;
	padding:0.15rem;
}
.foot-img img{
	display: inline-block;
}
.foot-bottom{
	color: #999;
	border-top: 0.01rem solid rgba(255, 255, 255, 0.08);
	padding: 0.15rem 0;
	text-align: center;
}
.foot-bottom span{
	margin: 0.1rem;
}
.foot-bottom a{
	color: #999;
}
/* footer */
/* layout */
/* index-product */
.page-indexpro-item h2{
	font-size: 0.24rem;
	font-weight: bold;
	color: #222;
	padding: 0.15rem;
	position: relative;
	margin-bottom: 0.15rem;
}
.page-indexpro-item h2::after{
	content: "";
	position: absolute;
	left: 0.15rem;
	bottom: 0;
	width:8%;
	height: 0.04rem;
	background: #eb651a;
}
.index-pro-ul{
	display: flex;
	flex-wrap: wrap;
}
.index-pro-ul li{
	box-sizing: border-box;
	width: 50%;
	padding:0 0.15rem;
	margin-bottom: 0.3rem;
}
.index-pro-ul .list-item-text{
	background: #f7f7f7;
	border-radius: 0.04rem;
	text-align: center;
	padding: 0.15rem;
}
.index-pro-ul .list-item-text h3{
	font-size: 0.17rem;
	font-weight: 300;
	color: #222;
}
.page-indexpro-item:nth-child(n+2){
	padding: 0.3rem 0;
}
.page-indexpro-item:nth-child(2n+2){
	background: #f9f9f9;
}
/* crumb */
.crumb{
	background: #f7f7f7;
	padding: 0.2rem;
	font-size: 0.15rem;
	margin-bottom: 0.5rem;
}
.crumb a{
	color: #797979;
}
.crumb a:hover{
	color: #eb651a;
}
/* crumb */
/* sidebar */
.sidebar{
	margin-top: 0.3rem;
}
.side{
	margin-bottom: 0.3rem;
}
.side ul{
	border: 0.01rem solid #eee;
}
.side-title{
	position: relative;
	background: #eb651a;
	padding: 0.1rem 0.2rem;
}
.side-title h2{
	position: relative;
	z-index: 3;
	color: #fff;
	font-weight: bold;
	font-size: 0.2rem;
	line-height: 0.3rem;
}
.side-title i{
    position: absolute;
    left: -0.05rem;
    top: -0.09rem;
    font-style: normal;
    font-size: 0.67rem;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}
.side-pro-ul{
	margin: 0 -0.01rem;
}
.side-pro-ul li{
	position: relative;
	border-bottom: 0.01rem solid #eee;
}
.side-pro-ul > li > a{
	display: block;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #2e2e2e;
	padding: 0.15rem;
}
.side-pro-ul > li > a:hover{
	background: #eb651a;
	color: #fff;
}
.side-pro-ul > li i{
	position: absolute;
	right: 0.15rem;
	top: 0.18rem;
}
.side-blog-ul > li > a{
	display: block;
	padding: 0.1rem;
	font-size: 0.15rem;
	line-height: 0.25rem;
}
.side-blog-ul li:nth-child(n+2){
	border-top: 0.01rem dashed #eee;
}
.side-contact-ul > li{
	padding: 0.1rem;
	border-top: 0.01rem solid #eee;
}
.side-contact-ul > li >span{
	font-weight: bold;
	color: #222;
	margin-right: 0.05rem;
}
/* list-product */
/* pagination */
.pagnavi{
	padding: 0.5rem 0;
	text-align: center;
}
.pagnavi a{
	display: inline-block;
	padding: 0.05rem 0.15rem;
	border: 0.01rem solid #eb651a;
}
.pagnavi a:hover{
	background: #eb651a;
	color: #fff;
}
.pagnavi .current{
	background: #eb651a;
	color: #fff;
}
/* pagination */
/* single-pro */
.toppro-text h1{
	font-size: 0.3rem;
	color: #222;
	font-weight: bold;
	margin: 0.15rem 0;
}
.toppro-text .des{
	background: #f6f6f6;
	padding: 0.15rem;
	margin: 0.15rem 0;
}
.toppro-text p{
	font-size: 0.15rem;
	line-height: 0.24rem;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	overflow:hidden;	
}
.toppro-btn a{
	display: inline-block;
	padding: 0.1rem 0.2rem;
	border-radius: 0.04rem;
	font-size: 0.16rem;
}
.toppro-text .more{
	border: 0.01rem solid #eb651a;
	background: #eb651a;
	color: #fff;
}
.toppro-text .more:hover{
	border: 0.01rem solid #eb651a;
	color: #eb651a;
	background: #fff;
}
.toppro-btn .chat{
	border: 0.01rem solid #eb651a;
	color: #eb651a;
}
.toppro-btn .chat:hover{
	border: 0.01rem solid #222;
	background: #222;
	color: #fff;
}
.cs{
	margin-bottom: 0.15rem;
}
.cs p{
	line-height: 0.3rem;
	font-size: 0.16rem;
}
.cs p span{
	font-weight: bold;
	font-size: 0.18rem;
	color: #222;
	margin-right: 0.05rem;
}
.single-arc{
	margin:0 0 0.3rem 0;
}
.single-arc h2{
	font-size: 0.22rem;
	margin-top: 0.15rem;
	font-weight: bold;
}
.single-arc h3{
	font-size: 0.2rem;
	margin-top: 0.15rem;
	font-weight: bold;
}
.single-arc h4{
	font-size: 0.18rem;
	margin-top: 0.15rem;
	font-weight: bold;
}
.single-arc h5{
	font-size: 0.16rem;
	margin-top: 0.15rem;
	font-weight: bold;
}
.single-arc h6{
	font-size: 0.14rem;
	margin-top: 0.15rem;
	font-weight: bold;
}
.single-arc p{
	font-size: 0.15rem;
	margin-top: 0.15rem;
	line-height: 0.26rem;
}
.single-arc a{
	color: #eb651a;
}
.single-arc a:hover{
	color: #000;
}
.single-arc img{
	margin-top: 0.15rem;
}
.single-arc iframe{
	display: block;
	margin-top: 0.15rem;
}
/* single-pro */
/* rel */
.rel{
	margin: 0.3rem 0;
}
.rel h2{
	font-size: 0.22rem;
	color: #eb651a;
	font-weight: bold;
	border-bottom: 0.01rem solid #f6f6f6;
	padding-bottom: 0.1rem;
	margin-bottom: 0.15rem;	
}
/* rel */
.rel-pro-ul{
	display: flex;
	flex-wrap: wrap;
}
.rel-pro-ul li{
	box-sizing: border-box;
	width: 50%;
}
.rel-pro-ul .list-item-text{
	padding: 0.15rem;
	text-align: center;
	background: #f6f6f6;
	border: 0.01rem solid #f1f1f1;
}
.rel-blog-ul{
	display: flex;
	flex-wrap: wrap;
}
.rel-blog-ul li{
	box-sizing: border-box;
	padding: 0 0.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	border-bottom: 0.01rem solid #f6f6f6;
}
.rel-blog-ul li a{
	display: block;
	padding: 0.1rem 0;
}
/* rel */
/* list-case */
.caselist-ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
}
.caselist-ul li{
	box-sizing: border-box;
	padding: 0.1rem;
	margin-bottom: 0.3rem;
}
.caselist-ul .list-item-text{
	padding: 0.15rem;
	background: #f7f7f7;
}
.caselist-ul .list-item-text h3{
	font-size: 0.16rem;
	font-weight: bold;
	color: #222;
}
.caselist-ul .list-item-text .more{
	display: inline-block;
	margin-top: 0.1rem;
	color: #eb651a;
}
/* list-case */
/* list-blog */
.bloglist-ul li{
	margin-bottom: 0.3rem;
}
.bloglist-ul .list-item{
	border: 0.01rem solid #eee;
	padding: 0.3rem;
}
.bloglist-ul h3{
	font-size: 0.17rem;
	margin: 0.1rem 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.01rem solid #eee;
	padding-bottom: 0.1rem;
}
.bloglist-ul p{
	margin: 0.15rem 0;
	color: #797979;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
/* list-blog */
/* single-blog */
.single-content-title{
	font-size: 0.22rem;
	position: relative;
	color: #eb651a;
	font-weight: bold;
	border-bottom: 0.01rem solid #f6f6f6;
	margin-bottom: 0.3rem;
}
.single-content-title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.9rem;
	height: 0.02rem;
	background: #eb651a;
}
.single-title{
	border-bottom: 0.01rem solid #f6f6f6;
	padding-bottom: 0.15rem;
}
.single-title h1{
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.info{
	color: #eb651a;
}
.info a{
	color: #eb651a;
}
.info a:hover{
	color: #555;
}
.prenext{
	border-top: 0.01rem solid #f6f6f6;
	border-bottom: 0.01rem solid #f6f6f6;
	margin: 0.15rem 0;
}
.prenext p{
	margin: 0.15rem 0;
}
.prenext span{
	font-weight: bold;
}
/* single-blog */
/* 404 */
.page404{
	text-align: center;
	padding: 1rem 0;
	border-top: 0.01rem solid #f6f6f6;
}
.page404 h1{
	font-weight: bold;
	font-size: 1rem;
	color: #eb651a;
	margin-bottom: 0.3rem;
}
/* 404 */
/* contact */
.contact h2{
	position: relative;
	font-size: 0.3rem;
	color: #222;
	font-weight: bold;
	margin-bottom: 0.3rem;
	padding-bottom: 0.1rem;
}
.contact h2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 20%;
	height: 0.03rem;
	background: #eb651a;
}
.contact-item form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-item .half{
	box-sizing: border-box;
	width: 49%;
}
.contact-item .full{
	box-sizing: border-box;
	width: 100%;
}
.contact-info{
    margin: 0.5rem 0;
}
.contact-ul li{
	margin-bottom: 0.2rem;
}
.contact-ul-item{
	display: flex;
	align-items: center;
}
.contact-ul li i{
	display: inline-block;
	font-size: 0.3rem;
	font-weight: bold;
	color: #eb651a;
	text-align: center;
	width: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 50%;
	background: #f6f6f6;
}
.contact-ul-text{
	padding-left: 0.3rem;
}
.contact-ul li h4{
	font-size: 0.2rem;
	font-weight: bold;
}
.contact-ul li p{
	font-size: 0.18rem;
}
.message{
	/* margin: 1rem 0; */
	text-align: center;
}
.message h2{
	position: relative;
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.message h2::after{
	content: "";
	display: block;
	margin: 0 auto;
	width: 1rem;
	height: 0.02rem;
	background: #eb651a;
	margin-top: 0.1rem;
}
.message p{
	margin-bottom: 0.15rem;
}
.message form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message .half{
	box-sizing: border-box;
	width: 49%;
}
.message .full{
	box-sizing: border-box;
	width: 100%;
}
.message input,.message textarea{
	width: calc(100% - 0.32rem);
}
/* contact */
/* sem */
.sem-title{
	margin:0 0 0.5rem 0;
	text-align: center;
}
.sem-section-title{
	font-size: 0.24rem;
	font-weight: bold;
	color: #000;
}
.sem-section-title span{
	color: #eb651a;
}
.sem-pro-td{
	border-top: 0.01rem solid #f7f7f7;
}
.sem-pro-td-ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sem-pro-td li{
	box-sizing: border-box;
	text-align: center;
	width: 32%;
	margin-bottom: 0.3rem;
}
.sem-pro-td-item{
	background: #f7f7f7;
	border-radius: 0.04rem;
	padding: 0.3rem;
}
.sem-pro-td-item i{
	color: #eb651a;
	font-size: 0.5rem;
}
.sem-pro-td-item h3{
	font-size: 0.18rem;
	font-weight: bold;
	margin: 0.15rem 0;
	position: relative;
}
.sem-pro-lc{
	border-top: 0.01rem solid #f7f7f7;
}
.ul-pro-lc{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro-lc-item{
	border: 0.01rem solid #eb651a;
	padding: 0.2rem;
	border-radius: 0.1rem;
}
.pro-lc-item h4{
	font-size: 0.18rem;
	color: #222;
}
.pro-lc-item h3{
	font-size: 0.2rem;
	font-weight: bold;
	color: #eb651a;
	margin: 0.1rem 0;
}
.pro-lc-item p{
	color: #797979;
	font-size: 0.15rem;
	border-bottom: 0.01rem solid #f7f7f7;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
}
.pro-lc-item .more{
	display: inline-block;
	padding: 0.05rem 0.2rem;
	border-radius: 0.04rem;
	background: #eb651a;
	color: #fff;
	font-size: 0.16rem;
}
.message{
	border-top: 0.01rem solid #f7f7f7;
}
/* sem */